home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / exe275b1.zip / QNODE.DOC < prev    next >
Text File  |  1991-03-22  |  2KB  |  39 lines

  1. Real simple!  All you have to do is run it from your nodelist directory.
  2. QNODE will find your NODELIST file and create the index files that QuickBBS
  3. needs.  There will eventually be a cost configuration file, but that doesn't
  4. work yet - apparently the cost stuff in the BBS doesn't work right either, at
  5. least I'm consistent <grin>
  6.  
  7. You can specify as optional parameters to QNODE the names of nodelist files
  8. other than NODELIST.### that you wish to include, for example:
  9.  
  10. QNODE EGGLIST TREKLIST
  11.  
  12. would compile NODELIST.###, EGGLIST.###, and TREKLIST.###
  13.  
  14. You don't need to specify any file extensions as long as the files are named
  15. according to the standard.  For non-standard file names, you must specify the
  16. extension.
  17.  
  18. You no longer need to have a NODELIST.### for Qnode to work properly.
  19.  
  20. You can now assign costs to your nodelist configuration, this can be done for
  21. entire zones, regions, or nets - or just certain phone numbers or prefixes.
  22. To make this happen, you need to make a NODECOST.CTL file in the nodelist 
  23. directory when you run Qnode.  This is an ASCII file, and contains one or more
  24. lines, each with one of the following keywords:
  25.  
  26. DEFAULT
  27. ZONE <number> <cost>
  28. REGION <number> <cost>
  29. NET  <number> <cost>
  30. PREFIX <prefix> <cost>
  31.  
  32. It is recommended that the statements be used in the order shown here, since
  33. something like
  34.  
  35. NET 363 15
  36. REGION 18 25
  37.  
  38. would assign a cost of 25 cents to net 363 since it is contained in, and listed
  39. before, region 18.